The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dbix::class::timestamp"

DBIx::Class::TimeStamp - DBIx::Class extension to update and create date and time based fields River stage two • 26 direct dependents • 75 total dependents

Works in conjunction with InflateColumn::DateTime to automatically set update and create date and time based fields in a table....

RIBASUSHI/DBIx-Class-TimeStamp-0.14 - 05 Sep 2010 15:01:37 UTC - Search in distribution

DBIx::Class::TimeStamp::HiRes - Like DBIC TimeStamp but in HiRes River stage zero No dependents

Extends DBIx::Class::TimeStamp and overrides its get_timestamp method with DateTime::HiRes...

JJUDD/DBIx-Class-TimeStamp-HiRes-v1.0.1 - 17 Sep 2014 16:04:32 UTC - Search in distribution

DBIx::Class::TimeStamp::WithTimeZone - DBIx::Class::TimeStamp extension that uses a specified timezone River stage zero No dependents

A subclass of DBIx::Class::TimeStamp that uses a specified timezone instead of the floating timezone....

JAVIER/DBIx-Class-TimeStamp-WithTimeZone-0.03 - 02 Jan 2016 13:23:10 UTC - Search in distribution

billing_report.pl - extract usage data from RTG databases, particularly for bandwidth billing. River stage zero No dependents

This script is a replacement for RTG's report.pl by Rob Beverly and Adam Rothschild. The biggest difference between this and the old script is that the old one just spat out formatted lines of text as it progressed. Unfortunately, the predefined fixe...

MSIMERSON/RTG-Report-1.17 - 19 Apr 2013 03:02:51 UTC - Search in distribution

App::JESP - Just Enough SQL Patches River stage zero No dependents

JETEVE/App-JESP-0.016 - 22 Apr 2021 15:26:56 UTC - Search in distribution

DBI::Profile - Performance profiling and benchmarking for the DBI River stage four • 946 direct dependents • 2083 total dependents

The DBI::Profile module provides a simple interface to collect and report performance and benchmarking data from the DBI. For a more elaborate interface, suitable for larger programs, see DBI::ProfileDumper and dbiprof. For Apache/mod_perl applicatio...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution

SQL::Preproc - Embed SQL in your Perl (ala SQL preprocessors) River stage zero No dependents

A SQL preprocessor for Perl. Via Filter::Simple, embedded SQL statements are converted into DBI calls to perform the specified database operation. NOTE: The current release should be considered ALPHA release software, and subject to change at the whi...

DARNOLD/SQL-Preproc-0.10 - 27 Jan 2005 01:01:38 UTC - Search in distribution

DBD::Firebird - DBI driver for Firebird RDBMS server River stage zero No dependents

DBD::Firebird is a Perl module which works with the DBI module to provide access to Firebird databases....

DAM/DBD-Firebird-1.35 - 15 May 2024 13:35:50 UTC - Search in distribution

DBD::InterBase - DBI driver for Firebird and InterBase RDBMS server River stage zero No dependents

DBD::InterBase is a Perl module which works with the DBI module to provide access to Firebird and InterBase databases....

EDPRATOMO/DBD-InterBase-0.48 - 08 Jan 2008 09:42:50 UTC - Search in distribution

EntityModel - manage entity model definitions River stage one • 3 direct dependents • 7 total dependents

This module provides a data storage abstraction system (in the form of an Object Relational Model) for accessing backend storage from Perl and other languages. The intent is to take a model definition and generate or update database tables, caching l...

TEAM/EntityModel-0.102 - 08 Sep 2013 17:14:29 UTC - Search in distribution

DBIx::TNDBO - Wrapper for DBI offers concise syntax. River stage zero No dependents

This module is designed to be used as the base class for your own DBI wrapper module. Your module will define the credentials() method which is used to access the database and examine the schema. The schema data is then used to create a schema aware ...

DYLAN/DBIx-TNDBO-0.02 - 02 May 2013 05:37:54 UTC - Search in distribution

Test::WithDB - Framework for testing application using database River stage two • 11 direct dependents • 89 total dependents

This class ("Test::WithDB", or TWDB for short) provides a simple framework for testing application that requires database. It is meant to work with Test::More (or to be more exact, any Test::Builder-based module). It offers an easy way to create rand...

PERLANCAR/Test-WithDB-0.100 - 10 May 2018 07:15:08 UTC - Search in distribution

Devel::PerlySense - Perl IDE backend with Emacs frontend River stage zero No dependents

PerlySense is a Perl IDE backend that integrates with editor frontends, currently Emacs. (While no one has written a Vim frontend, PerlySense can emit Vim style data structures.) Conveniently navigate and browse the code and documentation of your pro...

JOHANL/Devel-PerlySense-0.0221 - 30 Aug 2019 08:12:04 UTC - Search in distribution

Poet::Manual::Intro - A gentle introduction to Poet River stage one • 2 direct dependents • 2 total dependents

JSWARTZ/Poet-0.16 - 08 Jan 2015 06:48:58 UTC - Search in distribution

Thread::Apartment - Apartment threading wrapper for Perl objects River stage zero No dependents

Thread::Apartment provides an apartment threading wrapper for Perl classes. "Apartment threading" is a method for isolating an object (or object hierarchy) in its own thread, and providing external interfaces via lightweight client proxy objects. Thi...

DARNOLD/Thread-Apartment-0.51 - 28 Aug 2006 19:46:20 UTC - Search in distribution

dbicdump - Dump a schema using DBIx::Class::Schema::Loader River stage three • 35 direct dependents • 102 total dependents

Dbicdump generates a DBIx::Class schema using "make_schema_at" in DBIx::Class::Schema::Loader and dumps it to disk. You can pass any DBIx::Class::Schema::Loader::Base constructor option using "-o <option>=<value>". For convenience, option names will ...

VEESH/DBIx-Class-Schema-Loader-0.07052 - 06 Jan 2024 20:54:24 UTC - Search in distribution

App::Dochazka::REST::Guide - Dochazka REST server guide River stage zero No dependents

SMITHFARM/App-Dochazka-REST-0.559 - 29 Jun 2022 15:51:49 UTC - Search in distribution

DBIx::Custom - DBI extension to execute insert, update, delete, and select easily River stage one • 4 direct dependents • 4 total dependents

DBIx::Custom is DBI wrapper module to execute SQL easily. This module have the following features. * Execute "insert", "update", "delete", or "select" statement easily * Create "where" clause flexibly * Named place holder support * Model support * Co...

KIMOTO/DBIx-Custom-0.45 - 16 Dec 2021 00:31:02 UTC - Search in distribution

DBIx::NinjaORM - Flexible Perl ORM for easy transitions from inline SQL to objects. River stage zero No dependents

DBIx::NinjaORM was designed with a few goals in mind: * Expand objects with data joined from other tables, to do less queries and prevent lazy-loading of ancillary information. * Have a short learning curve. * Provide advanced caching features and ma...

AUBERTG/DBIx-NinjaORM-v3.1.0 - 23 Mar 2017 05:51:51 UTC - Search in distribution

Apache2::Controller::Session - Apache2::Controller with Apache::Session River stage zero No dependents

This is a module to make an Apache::Session store available to methods in your controllers. It is not just a session id - if you just need a tracking mechanism or a way to store data in cookies, you should roll your own handler with Apache2::Cookie. ...

MARKLE/Apache2-Controller-v1.1.1 - 13 Jun 2014 19:02:14 UTC - Search in distribution
80 results (0.125 seconds)